if hilite of background button "Hide Bottlenecks" is true then
put "A scanned image needs to be further processed by a graphics application that will allow the user to crop, and possibly touch up the image before bringing it into a HyperCard stack." into card field "Bottlenecks"
else
put "HyperScan, a HyperCard stack created by Bill Atkinson to bring high quality images into HyperCard stacks." into card field "Features"
put "1) Streamlines the process for bringing images into HyperCard stacks." into line 1 of card field "Benefits"
put "2) Images are optimized for HyperCard and screen display." into line 2 of card field "Benefits"
end if
end mouseUp
-- part 40 (field)
-- low flags: 01
-- high flags: 0002
-- rect: left=194 top=79 right=270 bottom=362
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 0
-- font id: 3
-- text size: 10
-- style flags: 0
-- line height: 13
-- part name: Benefits
-- part 39 (field)
-- low flags: 81
-- high flags: 0004
-- rect: left=139 top=126 right=237 bottom=394
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 0
-- font id: 3
-- text size: 12
-- style flags: 256
-- line height: 16
-- part name: Bibliography
-- part 45 (button)
-- low flags: 00
-- high flags: 2000
-- rect: left=404 top=281 right=302 bottom=429
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 1
-- font id: 0
-- text size: 12
-- style flags: 0
-- line height: 16
-- part name: Prev Card
----- HyperTalk script -----
on mouseUp
visual wipe left slow to card
go to card id 4967
end mouseUp
-- part 47 (field)
-- low flags: 81
-- high flags: 0002
-- rect: left=258 top=79 right=270 bottom=428
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 0
-- font id: 3
-- text size: 10
-- style flags: 0
-- line height: 13
-- part name: Bottlenecks
-- part 48 (field)
-- low flags: 81
-- high flags: 0001
-- rect: left=365 top=277 right=306 bottom=470
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 0
-- font id: 3
-- text size: 12
-- style flags: 0
-- line height: 16
-- part name: Cover All
-- part 49 (button)
-- low flags: 80
-- high flags: A004
-- rect: left=12 top=315 right=340 bottom=499
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 1
-- font id: 0
-- text size: 12
-- style flags: 0
-- line height: 16
-- part name: Self-Check
----- HyperTalk script -----
on mouseUp
visual iris close
hide card button "Self-Check"
hide card field "Cover All"
pop card
end mouseUp
-- part 50 (button)
-- low flags: 00
-- high flags: 2000
-- rect: left=442 top=281 right=302 bottom=464
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 1
-- font id: 0
-- text size: 12
-- style flags: 0
-- line height: 16
-- part name: Next Card
----- HyperTalk script -----
on mouseUp
answer "Proceed with the Self-Check?" with "No" or "YES"
if it is "Yes" then
visual checkerboard to black
go to next
end if
if it is "No" then
exit mouseUp
end if
end mouseUp
-- part contents for card part 21
----- text -----
Productivity:
The Apple Scanner will read text and graphics generated on non-Apple compatible systems and merge them into word processing, graphics, and page composition programs. This can save time and money, as file compatibility is no longer an issue. This capability removes the need to retype documents. With OCR software, existing documents created by expensive "conventional" typesetting means can be integrated into an electronic publishing system.
-- part contents for card part 30
----- text -----
• To easily bring high-quality
images into HyperCard stacks.
-- part contents for card part 39
----- text -----
This Information from: Notes on Selling meeting with Cam & Jane on Mondy, June 13, 1988.
-- part contents for background part 28
----- text -----
Needs
-- part contents for background part 29
----- text -----
Benefits
-- part contents for background part 30
----- text -----
Features
-- part contents for background part 33
----- text -----
Bottlenecks
-- part contents for card part 47
----- text -----
A scanned image needs to be further processed by a graphics application that will allow the user to crop, and possibly touch up the image before bringing it into a HyperCard stack.